Html Css Color HEX #B62331 Cardinal

📋 copy color: '#B62331'

red 182 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #B62331

Tints of Cardinal #B62331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

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

R = 68.42%
G = 13.16%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62331 (or 0xB62331) is known color: Cardinal. HEX triplet: B6, 23 and 31. RGB value is (182,35,49). Sum of RGB (Red+Green+Blue) = 182+35+49=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B62331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62331 is #49DCCE. Grayscale: #505050. Windows color (decimal): -4840655 or 3220406. OLE color: 3220406.

HSL color Cylindrical-coordinate representation of color #B62331: hue angle of 354.29º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62331 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 35 49 -
CMYK 0 0.81 0.73 0.29
HSL 354.29º 0.68% 0.43% -
HSV(B) 354.29º 0.81% 0.71% -
XYZ 20.45 11.37 4.02 -
YUV 80.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 182 35 49 0 0.81 0.73 0.29 354.29 0.68 0.43
Hex B6 23 31 0 51 49 1D 162 44 2B
Octal 266 43 61 0 121 111 35 542 104 53
Binary 10110110 100011 110001 0 1010001 1001001 11101 101100010 1000100 101011

Color Harmonies of #B62331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62331

Black with #B62331

Text Example


Text Example

White with #B62331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62331; }

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

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

background-color css

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

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

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

border-color css

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

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

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