Html Css Color HEX #B62034 Cardinal

📋 copy color: '#B62034'

red 182 ◦ green 32 ◦ blue 52

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

Shades of Cardinal #B62034

Tints of Cardinal #B62034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 68.42%
G = 12.03%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B62034 (or 0xB62034) is known color: Cardinal. HEX triplet: B6, 20 and 34. RGB value is (182,32,52). Sum of RGB (Red+Green+Blue) = 182+32+52=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B62034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62034 is #49DFCB. Grayscale: #4F4F4F. Windows color (decimal): -4841420 or 3416246. OLE color: 3416246.

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

Color convert

RGB 182 32 52 -
CMYK 0 0.82 0.71 0.29
HSL 352º 0.7% 0.42% -
HSV(B) 352º 0.82% 0.71% -
XYZ 20.43 11.23 4.34 -
YUV 79.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 182 32 52 0 0.82 0.71 0.29 352 0.7 0.42
Hex B6 20 34 0 52 47 1D 160 46 2A
Octal 266 40 64 0 122 107 35 540 106 52
Binary 10110110 100000 110100 0 1010010 1000111 11101 101100000 1000110 101010

Color Harmonies of #B62034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62034

Black with #B62034

Text Example


Text Example

White with #B62034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62034; }

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

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

background-color css

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

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

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

border-color css

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

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

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