Html Css Color HEX #B62831 Cardinal

📋 copy color: '#B62831'

red 182 ◦ green 40 ◦ blue 49

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

Shades of Cardinal #B62831

Tints of Cardinal #B62831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

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

R = 67.16%
G = 14.76%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B62831 (or 0xB62831) is known color: Cardinal. HEX triplet: B6, 28 and 31. RGB value is (182,40,49). Sum of RGB (Red+Green+Blue) = 182+40+49=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62831 is #49D7CE. Grayscale: #535353. Windows color (decimal): -4839375 or 3221686. OLE color: 3221686.

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

Color convert

RGB 182 40 49 -
CMYK 0 0.78 0.73 0.29
HSL 356.2º 0.64% 0.44% -
HSV(B) 356.2º 0.78% 0.71% -
XYZ 20.6 11.68 4.08 -
YUV 83.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 182 40 49 0 0.78 0.73 0.29 356.2 0.64 0.44
Hex B6 28 31 0 4E 49 1D 164 40 2C
Octal 266 50 61 0 116 111 35 544 100 54
Binary 10110110 101000 110001 0 1001110 1001001 11101 101100100 1000000 101100

Color Harmonies of #B62831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62831

Black with #B62831

Text Example


Text Example

White with #B62831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62831; }

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

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

background-color css

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

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

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

border-color css

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

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

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