Html Css Color HEX #B01733 Cardinal

📋 copy color: '#B01733'

red 176 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #B01733

Tints of Cardinal #B01733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 70.4%
G = 9.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B01733 (or 0xB01733) is known color: Cardinal. HEX triplet: B0, 17 and 33. RGB value is (176,23,51). Sum of RGB (Red+Green+Blue) = 176+23+51=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B01733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01733 is #4FE8CC. Grayscale: #474747. Windows color (decimal): -5236941 or 3348400. OLE color: 3348400.

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

Color convert

RGB 176 23 51 -
CMYK 0 0.87 0.71 0.31
HSL 349.02º 0.77% 0.39% -
HSV(B) 349.02º 0.87% 0.69% -
XYZ 18.81 10.08 4.09 -
YUV 71.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 176 23 51 0 0.87 0.71 0.31 349.02 0.77 0.39
Hex B0 17 33 0 57 47 1F 15D 4D 27
Octal 260 27 63 0 127 107 37 535 115 47
Binary 10110000 10111 110011 0 1010111 1000111 11111 101011101 1001101 100111

Color Harmonies of #B01733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01733

Black with #B01733

Text Example


Text Example

White with #B01733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01733; }

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

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

background-color css

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

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

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

border-color css

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

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

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