Html Css Color HEX #B01C40 Cardinal

📋 copy color: '#B01C40'

red 176 ◦ green 28 ◦ blue 64

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

Shades of Cardinal #B01C40

Tints of Cardinal #B01C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 65.67%
G = 10.45%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01C40 (or 0xB01C40) is known color: Cardinal. HEX triplet: B0, 1C and 40. RGB value is (176,28,64). Sum of RGB (Red+Green+Blue) = 176+28+64=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C40 is #4FE3BF. Grayscale: #4C4C4C. Windows color (decimal): -5235648 or 4201648. OLE color: 4201648.

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

Color convert

RGB 176 28 64 -
CMYK 0 0.84 0.64 0.31
HSL 345.41º 0.73% 0.4% -
HSV(B) 345.41º 0.84% 0.69% -
XYZ 19.25 10.43 5.85 -
YUV 76.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 176 28 64 0 0.84 0.64 0.31 345.41 0.73 0.4
Hex B0 1C 40 0 54 40 1F 159 49 28
Octal 260 34 100 0 124 100 37 531 111 50
Binary 10110000 11100 1000000 0 1010100 1000000 11111 101011001 1001001 101000

Color Harmonies of #B01C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C40

Black with #B01C40

Text Example


Text Example

White with #B01C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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