Html Css Color HEX #B01743 Cardinal

📋 copy color: '#B01743'

red 176 ◦ green 23 ◦ blue 67

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

Shades of Cardinal #B01743

Tints of Cardinal #B01743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 66.17%
G = 8.65%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B01743 (or 0xB01743) is known color: Cardinal. HEX triplet: B0, 17 and 43. RGB value is (176,23,67). Sum of RGB (Red+Green+Blue) = 176+23+67=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B01743 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01743 is #4FE8BC. Grayscale: #494949. Windows color (decimal): -5236925 or 4396976. OLE color: 4396976.

HSL color Cylindrical-coordinate representation of color #B01743: hue angle of 342.75º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01743 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 67 -
CMYK 0 0.87 0.62 0.31
HSL 342.75º 0.77% 0.39% -
HSV(B) 342.75º 0.87% 0.69% -
XYZ 19.22 10.25 6.28 -
YUV 73.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 176 23 67 0 0.87 0.62 0.31 342.75 0.77 0.39
Hex B0 17 43 0 57 3E 1F 157 4D 27
Octal 260 27 103 0 127 76 37 527 115 47
Binary 10110000 10111 1000011 0 1010111 111110 11111 101010111 1001101 100111

Color Harmonies of #B01743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01743

Black with #B01743

Text Example


Text Example

White with #B01743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01743; }

 p { color: rgb(176,23,67); }

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

background-color css

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

 a { background-color: rgb(176,23,67); }

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

border-color css

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

 span { border-color: rgb(176,23,67); }

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