Html Css Color HEX #B01826 Cardinal

📋 copy color: '#B01826'

red 176 ◦ green 24 ◦ blue 38

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

Shades of Cardinal #B01826

Tints of Cardinal #B01826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 73.95%
G = 10.08%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B01826 (or 0xB01826) is known color: Cardinal. HEX triplet: B0, 18 and 26. RGB value is (176,24,38). Sum of RGB (Red+Green+Blue) = 176+24+38=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B01826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01826 is #4FE7D9. Grayscale: #474747. Windows color (decimal): -5236698 or 2496688. OLE color: 2496688.

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

Color convert

RGB 176 24 38 -
CMYK 0 0.86 0.78 0.31
HSL 354.47º 0.76% 0.39% -
HSV(B) 354.47º 0.86% 0.69% -
XYZ 18.58 10.02 2.79 -
YUV 71.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 176 24 38 0 0.86 0.78 0.31 354.47 0.76 0.39
Hex B0 18 26 0 56 4E 1F 162 4C 27
Octal 260 30 46 0 126 116 37 542 114 47
Binary 10110000 11000 100110 0 1010110 1001110 11111 101100010 1001100 100111

Color Harmonies of #B01826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01826

Black with #B01826

Text Example


Text Example

White with #B01826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01826; }

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

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

background-color css

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

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

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

border-color css

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

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

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