Html Css Color HEX #B01C39 Cardinal

📋 copy color: '#B01C39'

red 176 ◦ green 28 ◦ blue 57

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

Shades of Cardinal #B01C39

Tints of Cardinal #B01C39

RGB

 RED value IS 176 (69.14% from 255) = 67.43%

 GREEN value IS 28 (11.33% from 255) = 10.73%

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 67.43%
G = 10.73%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B01C39 (or 0xB01C39) is known color: Cardinal. HEX triplet: B0, 1C and 39. RGB value is (176,28,57). Sum of RGB (Red+Green+Blue) = 176+28+57=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C39 is #4FE3C6. Grayscale: #4B4B4B. Windows color (decimal): -5235655 or 3742896. OLE color: 3742896.

HSL color Cylindrical-coordinate representation of color #B01C39: hue angle of 348.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C39 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 57 -
CMYK 0 0.84 0.68 0.31
HSL 348.24º 0.73% 0.4% -
HSV(B) 348.24º 0.84% 0.69% -
XYZ 19.06 10.36 4.87 -
YUV 75.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 176 28 57 0 0.84 0.68 0.31 348.24 0.73 0.4
Hex B0 1C 39 0 54 44 1F 15C 49 28
Octal 260 34 71 0 124 104 37 534 111 50
Binary 10110000 11100 111001 0 1010100 1000100 11111 101011100 1001001 101000

Color Harmonies of #B01C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C39

Black with #B01C39

Text Example


Text Example

White with #B01C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C39; }

 p { color: rgb(176,28,57); }

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

background-color css

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

 a { background-color: rgb(176,28,57); }

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

border-color css

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

 span { border-color: rgb(176,28,57); }

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