Html Css Color HEX #B01C45 Cardinal

📋 copy color: '#B01C45'

red 176 ◦ green 28 ◦ blue 69

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

Shades of Cardinal #B01C45

Tints of Cardinal #B01C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 64.47%
G = 10.26%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B01C45 (or 0xB01C45) is known color: Cardinal. HEX triplet: B0, 1C and 45. RGB value is (176,28,69). Sum of RGB (Red+Green+Blue) = 176+28+69=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C45 is #4FE3BA. Grayscale: #4C4C4C. Windows color (decimal): -5235643 or 4529328. OLE color: 4529328.

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

Color convert

RGB 176 28 69 -
CMYK 0 0.84 0.61 0.31
HSL 343.38º 0.73% 0.4% -
HSV(B) 343.38º 0.84% 0.69% -
XYZ 19.39 10.49 6.63 -
YUV 76.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 176 28 69 0 0.84 0.61 0.31 343.38 0.73 0.4
Hex B0 1C 45 0 54 3D 1F 157 49 28
Octal 260 34 105 0 124 75 37 527 111 50
Binary 10110000 11100 1000101 0 1010100 111101 11111 101010111 1001001 101000

Color Harmonies of #B01C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C45

Black with #B01C45

Text Example


Text Example

White with #B01C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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