Html Css Color HEX #B01731 Cardinal

📋 copy color: '#B01731'

red 176 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #B01731

Tints of Cardinal #B01731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 70.97%
G = 9.27%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B01731 (or 0xB01731) is known color: Cardinal. HEX triplet: B0, 17 and 31. RGB value is (176,23,49). Sum of RGB (Red+Green+Blue) = 176+23+49=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B01731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01731 is #4FE8CE. Grayscale: #474747. Windows color (decimal): -5236943 or 3217328. OLE color: 3217328.

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

Color convert

RGB 176 23 49 -
CMYK 0 0.87 0.72 0.31
HSL 349.8º 0.77% 0.39% -
HSV(B) 349.8º 0.87% 0.69% -
XYZ 18.77 10.06 3.86 -
YUV 71.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 176 23 49 0 0.87 0.72 0.31 349.8 0.77 0.39
Hex B0 17 31 0 57 48 1F 15E 4D 27
Octal 260 27 61 0 127 110 37 536 115 47
Binary 10110000 10111 110001 0 1010111 1001000 11111 101011110 1001101 100111

Color Harmonies of #B01731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01731

Black with #B01731

Text Example


Text Example

White with #B01731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01731; }

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

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

background-color css

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

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

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

border-color css

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

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

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