Html Css Color HEX #B62033 Cardinal

📋 copy color: '#B62033'

red 182 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #B62033

Tints of Cardinal #B62033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 68.68%
G = 12.08%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B62033 (or 0xB62033) is known color: Cardinal. HEX triplet: B6, 20 and 33. RGB value is (182,32,51). Sum of RGB (Red+Green+Blue) = 182+32+51=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B62033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62033 is #49DFCC. Grayscale: #4F4F4F. Windows color (decimal): -4841421 or 3350710. OLE color: 3350710.

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

Color convert

RGB 182 32 51 -
CMYK 0 0.82 0.72 0.29
HSL 352.4º 0.7% 0.42% -
HSV(B) 352.4º 0.82% 0.71% -
XYZ 20.41 11.22 4.22 -
YUV 79.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 182 32 51 0 0.82 0.72 0.29 352.4 0.7 0.42
Hex B6 20 33 0 52 48 1D 160 46 2A
Octal 266 40 63 0 122 110 35 540 106 52
Binary 10110110 100000 110011 0 1010010 1001000 11101 101100000 1000110 101010

Color Harmonies of #B62033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62033

Black with #B62033

Text Example


Text Example

White with #B62033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62033; }

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

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

background-color css

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

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

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

border-color css

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

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

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