Html Css Color HEX #B01C32 Cardinal

📋 copy color: '#B01C32'

red 176 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #B01C32

Tints of Cardinal #B01C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 69.29%
G = 11.02%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B01C32 (or 0xB01C32) is known color: Cardinal. HEX triplet: B0, 1C and 32. RGB value is (176,28,50). Sum of RGB (Red+Green+Blue) = 176+28+50=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C32 is #4FE3CD. Grayscale: #4A4A4A. Windows color (decimal): -5235662 or 3284144. OLE color: 3284144.

HSL color Cylindrical-coordinate representation of color #B01C32: hue angle of 351.08º 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 #B01C32 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 50 -
CMYK 0 0.84 0.72 0.31
HSL 351.08º 0.73% 0.4% -
HSV(B) 351.08º 0.84% 0.69% -
XYZ 18.9 10.29 4.01 -
YUV 74.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 176 28 50 0 0.84 0.72 0.31 351.08 0.73 0.4
Hex B0 1C 32 0 54 48 1F 15F 49 28
Octal 260 34 62 0 124 110 37 537 111 50
Binary 10110000 11100 110010 0 1010100 1001000 11111 101011111 1001001 101000

Color Harmonies of #B01C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C32

Black with #B01C32

Text Example


Text Example

White with #B01C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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