Html Css Color HEX #B01844 Cardinal

📋 copy color: '#B01844'

red 176 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #B01844

Tints of Cardinal #B01844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 65.67%
G = 8.96%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B01844 (or 0xB01844) is known color: Cardinal. HEX triplet: B0, 18 and 44. RGB value is (176,24,68). Sum of RGB (Red+Green+Blue) = 176+24+68=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B01844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01844 is #4FE7BB. Grayscale: #4A4A4A. Windows color (decimal): -5236668 or 4462768. OLE color: 4462768.

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

Color convert

RGB 176 24 68 -
CMYK 0 0.86 0.61 0.31
HSL 342.63º 0.76% 0.39% -
HSV(B) 342.63º 0.86% 0.69% -
XYZ 19.27 10.3 6.44 -
YUV 74.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 176 24 68 0 0.86 0.61 0.31 342.63 0.76 0.39
Hex B0 18 44 0 56 3D 1F 157 4C 27
Octal 260 30 104 0 126 75 37 527 114 47
Binary 10110000 11000 1000100 0 1010110 111101 11111 101010111 1001100 100111

Color Harmonies of #B01844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01844

Black with #B01844

Text Example


Text Example

White with #B01844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01844; }

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

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

background-color css

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

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

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

border-color css

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

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

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