Html Css Color HEX #B62531 Cardinal

📋 copy color: '#B62531'

red 182 ◦ green 37 ◦ blue 49

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

Shades of Cardinal #B62531

Tints of Cardinal #B62531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 67.91%
G = 13.81%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62531 (or 0xB62531) is known color: Cardinal. HEX triplet: B6, 25 and 31. RGB value is (182,37,49). Sum of RGB (Red+Green+Blue) = 182+37+49=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B62531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62531 is #49DACE. Grayscale: #515151. Windows color (decimal): -4840143 or 3220918. OLE color: 3220918.

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

Color convert

RGB 182 37 49 -
CMYK 0 0.80 0.73 0.29
HSL 355.03º 0.66% 0.43% -
HSV(B) 355.03º 0.8% 0.71% -
XYZ 20.51 11.49 4.04 -
YUV 81.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 182 37 49 0 0.80 0.73 0.29 355.03 0.66 0.43
Hex B6 25 31 0 50 49 1D 163 42 2B
Octal 266 45 61 0 120 111 35 543 102 53
Binary 10110110 100101 110001 0 1010000 1001001 11101 101100011 1000010 101011

Color Harmonies of #B62531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62531

Black with #B62531

Text Example


Text Example

White with #B62531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62531; }

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

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

background-color css

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

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

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

border-color css

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

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

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