Html Css Color HEX #B62931 Cardinal

📋 copy color: '#B62931'

red 182 ◦ green 41 ◦ blue 49

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

Shades of Cardinal #B62931

Tints of Cardinal #B62931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

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

R = 66.91%
G = 15.07%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62931 (or 0xB62931) is known color: Cardinal. HEX triplet: B6, 29 and 31. RGB value is (182,41,49). Sum of RGB (Red+Green+Blue) = 182+41+49=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B62931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62931 is #49D6CE. Grayscale: #545454. Windows color (decimal): -4839119 or 3221942. OLE color: 3221942.

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

Color convert

RGB 182 41 49 -
CMYK 0 0.77 0.73 0.29
HSL 356.6º 0.63% 0.44% -
HSV(B) 356.6º 0.77% 0.71% -
XYZ 20.64 11.75 4.09 -
YUV 84.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 182 41 49 0 0.77 0.73 0.29 356.6 0.63 0.44
Hex B6 29 31 0 4D 49 1D 165 3F 2C
Octal 266 51 61 0 115 111 35 545 77 54
Binary 10110110 101001 110001 0 1001101 1001001 11101 101100101 111111 101100

Color Harmonies of #B62931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62931

Black with #B62931

Text Example


Text Example

White with #B62931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62931; }

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

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

background-color css

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

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

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

border-color css

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

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

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