Html Css Color HEX #B62533 Cardinal

📋 copy color: '#B62533'

red 182 ◦ green 37 ◦ blue 51

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

Shades of Cardinal #B62533

Tints of Cardinal #B62533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 67.41%
G = 13.7%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B62533 (or 0xB62533) is known color: Cardinal. HEX triplet: B6, 25 and 33. RGB value is (182,37,51). Sum of RGB (Red+Green+Blue) = 182+37+51=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B62533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62533 is #49DACC. Grayscale: #525252. Windows color (decimal): -4840141 or 3351990. OLE color: 3351990.

HSL color Cylindrical-coordinate representation of color #B62533: hue angle of 354.21º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62533 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 37 51 -
CMYK 0 0.80 0.72 0.29
HSL 354.21º 0.66% 0.43% -
HSV(B) 354.21º 0.8% 0.71% -
XYZ 20.55 11.51 4.27 -
YUV 81.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 182 37 51 0 0.80 0.72 0.29 354.21 0.66 0.43
Hex B6 25 33 0 50 48 1D 162 42 2B
Octal 266 45 63 0 120 110 35 542 102 53
Binary 10110110 100101 110011 0 1010000 1001000 11101 101100010 1000010 101011

Color Harmonies of #B62533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62533

Black with #B62533

Text Example


Text Example

White with #B62533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62533; }

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

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

background-color css

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

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

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

border-color css

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

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

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