Html Css Color HEX #B61927 Cardinal

📋 copy color: '#B61927'

red 182 ◦ green 25 ◦ blue 39

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

Shades of Cardinal #B61927

Tints of Cardinal #B61927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 73.98%
G = 10.16%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B61927 (or 0xB61927) is known color: Cardinal. HEX triplet: B6, 19 and 27. RGB value is (182,25,39). Sum of RGB (Red+Green+Blue) = 182+25+39=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B61927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61927 is #49E6D8. Grayscale: #494949. Windows color (decimal): -4843225 or 2562486. OLE color: 2562486.

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

Color convert

RGB 182 25 39 -
CMYK 0 0.86 0.79 0.29
HSL 354.65º 0.76% 0.41% -
HSV(B) 354.65º 0.86% 0.71% -
XYZ 20.01 10.79 2.95 -
YUV 73.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 182 25 39 0 0.86 0.79 0.29 354.65 0.76 0.41
Hex B6 19 27 0 56 4F 1D 163 4C 29
Octal 266 31 47 0 126 117 35 543 114 51
Binary 10110110 11001 100111 0 1010110 1001111 11101 101100011 1001100 101001

Color Harmonies of #B61927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61927

Black with #B61927

Text Example


Text Example

White with #B61927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61927; }

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

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

background-color css

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

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

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

border-color css

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

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

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