Html Css Color HEX #B01143 Cardinal

📋 copy color: '#B01143'

red 176 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #B01143

Tints of Cardinal #B01143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

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

R = 67.69%
G = 6.54%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B01143 (or 0xB01143) is known color: Cardinal. HEX triplet: B0, 11 and 43. RGB value is (176,17,67). Sum of RGB (Red+Green+Blue) = 176+17+67=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B01143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01143 is #4FEEBC. Grayscale: #464646. Windows color (decimal): -5238461 or 4395440. OLE color: 4395440.

HSL color Cylindrical-coordinate representation of color #B01143: hue angle of 341.13º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01143 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 67 -
CMYK 0 0.90 0.62 0.31
HSL 341.13º 0.82% 0.38% -
HSV(B) 341.13º 0.9% 0.69% -
XYZ 19.12 10.04 6.24 -
YUV 70.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 176 17 67 0 0.90 0.62 0.31 341.13 0.82 0.38
Hex B0 11 43 0 5A 3E 1F 155 52 26
Octal 260 21 103 0 132 76 37 525 122 46
Binary 10110000 10001 1000011 0 1011010 111110 11111 101010101 1010010 100110

Color Harmonies of #B01143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01143

Black with #B01143

Text Example


Text Example

White with #B01143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01143; }

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

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

background-color css

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

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

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

border-color css

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

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

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