Html Css Color HEX #B62027 Cardinal

📋 copy color: '#B62027'

red 182 ◦ green 32 ◦ blue 39

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

Shades of Cardinal #B62027

Tints of Cardinal #B62027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

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

R = 71.94%
G = 12.65%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B62027 (or 0xB62027) is known color: Cardinal. HEX triplet: B6, 20 and 27. RGB value is (182,32,39). Sum of RGB (Red+Green+Blue) = 182+32+39=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B62027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62027 is #49DFD8. Grayscale: #4D4D4D. Windows color (decimal): -4841433 or 2564278. OLE color: 2564278.

HSL color Cylindrical-coordinate representation of color #B62027: hue angle of 357.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62027 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 39 -
CMYK 0 0.82 0.79 0.29
HSL 357.2º 0.7% 0.42% -
HSV(B) 357.2º 0.82% 0.71% -
XYZ 20.17 11.12 3 -
YUV 77.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 182 32 39 0 0.82 0.79 0.29 357.2 0.7 0.42
Hex B6 20 27 0 52 4F 1D 165 46 2A
Octal 266 40 47 0 122 117 35 545 106 52
Binary 10110110 100000 100111 0 1010010 1001111 11101 101100101 1000110 101010

Color Harmonies of #B62027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62027

Black with #B62027

Text Example


Text Example

White with #B62027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62027; }

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

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

background-color css

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

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

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

border-color css

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

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

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