Html Css Color HEX #B30638 Cardinal

📋 copy color: '#B30638'

red 179 ◦ green 6 ◦ blue 56

#B30638
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B30638

Tints of Cardinal #B30638

RGB

 RED value IS 179 (70.31% from 255) = 74.27%

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 74.27%
G = 2.49%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B30638 (or 0xB30638) is known color: Cardinal. HEX triplet: B3, 06 and 38. RGB value is (179,6,56). Sum of RGB (Red+Green+Blue) = 179+6+56=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B30638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30638 is #4CF9C7. Grayscale: #3F3F3F. Windows color (decimal): -5044680 or 3671731. OLE color: 3671731.

HSL color Cylindrical-coordinate representation of color #B30638: hue angle of 342.66º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30638 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 56 -
CMYK 0 0.97 0.69 0.30
HSL 342.66º 0.94% 0.36% -
HSV(B) 342.66º 0.97% 0.7% -
XYZ 19.37 10 4.65 -
YUV 63.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 179 6 56 0 0.97 0.69 0.30 342.66 0.94 0.36
Hex B3 6 38 0 61 45 1E 157 5E 24
Octal 263 6 70 0 141 105 36 527 136 44
Binary 10110011 110 111000 0 1100001 1000101 11110 101010111 1011110 100100

Color Harmonies of #B30638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30638

Black with #B30638

Text Example


Text Example

White with #B30638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30638; }

 p { color: rgb(179,6,56); }

 H1.HeaderClassName
 {
   color: #B30638;
 }
 .AnyTagClassName
 {
   color: #B30638;
 }
</style>

background-color css

<style>
 a { background-color: #B30638; }

 a { background-color: rgb(179,6,56); }

 div.DivClassName
 {
   background-color: #B30638;
 }
 .BgClassName
 {
   background-color: #B30638;
 }
</style>

border-color css

<style>
 span { border-color: #B30638; }

 span { border-color: rgb(179,6,56); }

 td.TdClassName
 {
   border-color: #B30638;
 }
 .TagClassName
 {
   border-color: #B30638;
 }
</style>