Html Css Color HEX #B01344 Cardinal

📋 copy color: '#B01344'

red 176 ◦ green 19 ◦ blue 68

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

Shades of Cardinal #B01344

Tints of Cardinal #B01344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 66.92%
G = 7.22%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B01344 (or 0xB01344) is known color: Cardinal. HEX triplet: B0, 13 and 44. RGB value is (176,19,68). Sum of RGB (Red+Green+Blue) = 176+19+68=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B01344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01344 is #4FECBB. Grayscale: #474747. Windows color (decimal): -5237948 or 4461488. OLE color: 4461488.

HSL color Cylindrical-coordinate representation of color #B01344: hue angle of 341.27º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01344 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 68 -
CMYK 0 0.89 0.61 0.31
HSL 341.27º 0.81% 0.38% -
HSV(B) 341.27º 0.89% 0.69% -
XYZ 19.18 10.11 6.41 -
YUV 71.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 176 19 68 0 0.89 0.61 0.31 341.27 0.81 0.38
Hex B0 13 44 0 59 3D 1F 155 51 26
Octal 260 23 104 0 131 75 37 525 121 46
Binary 10110000 10011 1000100 0 1011001 111101 11111 101010101 1010001 100110

Color Harmonies of #B01344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01344

Black with #B01344

Text Example


Text Example

White with #B01344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01344; }

 p { color: rgb(176,19,68); }

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

background-color css

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

 a { background-color: rgb(176,19,68); }

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

border-color css

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

 span { border-color: rgb(176,19,68); }

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