Html Css Color HEX #B01B3F Cardinal

📋 copy color: '#B01B3F'

red 176 ◦ green 27 ◦ blue 63

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

Shades of Cardinal #B01B3F

Tints of Cardinal #B01B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 66.17%
G = 10.15%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01B3F (or 0xB01B3F) is known color: Cardinal. HEX triplet: B0, 1B and 3F. RGB value is (176,27,63). Sum of RGB (Red+Green+Blue) = 176+27+63=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B3F is #4FE4C0. Grayscale: #4B4B4B. Windows color (decimal): -5235905 or 4135856. OLE color: 4135856.

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

Color convert

RGB 176 27 63 -
CMYK 0 0.85 0.64 0.31
HSL 345.5º 0.73% 0.4% -
HSV(B) 345.5º 0.85% 0.69% -
XYZ 19.19 10.37 5.69 -
YUV 75.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 176 27 63 0 0.85 0.64 0.31 345.5 0.73 0.4
Hex B0 1B 3F 0 55 40 1F 15A 49 28
Octal 260 33 77 0 125 100 37 532 111 50
Binary 10110000 11011 111111 0 1010101 1000000 11111 101011010 1001001 101000

Color Harmonies of #B01B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B3F

Black with #B01B3F

Text Example


Text Example

White with #B01B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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