Html Css Color HEX #B01B2B Cardinal

📋 copy color: '#B01B2B'

red 176 ◦ green 27 ◦ blue 43

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

Shades of Cardinal #B01B2B

Tints of Cardinal #B01B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.98%

 BLUE value IS 43 (17.19% from 255) = 17.48%

R = 71.54%
G = 10.98%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B01B2B (or 0xB01B2B) is known color: Cardinal. HEX triplet: B0, 1B and 2B. RGB value is (176,27,43). Sum of RGB (Red+Green+Blue) = 176+27+43=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B2B is #4FE4D4. Grayscale: #494949. Windows color (decimal): -5235925 or 2825136. OLE color: 2825136.

HSL color Cylindrical-coordinate representation of color #B01B2B: hue angle of 353.56º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B2B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 27 43 -
CMYK 0 0.85 0.76 0.31
HSL 353.56º 0.73% 0.4% -
HSV(B) 353.56º 0.85% 0.69% -
XYZ 18.73 10.19 3.26 -
YUV 73.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 176 27 43 0 0.85 0.76 0.31 353.56 0.73 0.4
Hex B0 1B 2B 0 55 4C 1F 162 49 28
Octal 260 33 53 0 125 114 37 542 111 50
Binary 10110000 11011 101011 0 1010101 1001100 11111 101100010 1001001 101000

Color Harmonies of #B01B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B2B

Black with #B01B2B

Text Example


Text Example

White with #B01B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B2B; }

 p { color: rgb(176,27,43); }

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

background-color css

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

 a { background-color: rgb(176,27,43); }

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

border-color css

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

 span { border-color: rgb(176,27,43); }

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