Html Css Color HEX #B61928 Cardinal

📋 copy color: '#B61928'

red 182 ◦ green 25 ◦ blue 40

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

Shades of Cardinal #B61928

Tints of Cardinal #B61928

RGB

 RED value IS 182 (71.48% from 255) = 73.68%

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 73.68%
G = 10.12%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B61928 (or 0xB61928) is known color: Cardinal. HEX triplet: B6, 19 and 28. RGB value is (182,25,40). Sum of RGB (Red+Green+Blue) = 182+25+40=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B61928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61928 is #49E6D7. Grayscale: #494949. Windows color (decimal): -4843224 or 2628022. OLE color: 2628022.

HSL color Cylindrical-coordinate representation of color #B61928: hue angle of 354.27º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61928 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 40 -
CMYK 0 0.86 0.78 0.29
HSL 354.27º 0.76% 0.41% -
HSV(B) 354.27º 0.86% 0.71% -
XYZ 20.02 10.79 3.04 -
YUV 73.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 182 25 40 0 0.86 0.78 0.29 354.27 0.76 0.41
Hex B6 19 28 0 56 4E 1D 162 4C 29
Octal 266 31 50 0 126 116 35 542 114 51
Binary 10110110 11001 101000 0 1010110 1001110 11101 101100010 1001100 101001

Color Harmonies of #B61928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61928

Black with #B61928

Text Example


Text Example

White with #B61928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61928; }

 p { color: rgb(182,25,40); }

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

background-color css

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

 a { background-color: rgb(182,25,40); }

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

border-color css

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

 span { border-color: rgb(182,25,40); }

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