Html Css Color HEX #B62830 Cardinal

📋 copy color: '#B62830'

red 182 ◦ green 40 ◦ blue 48

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

Shades of Cardinal #B62830

Tints of Cardinal #B62830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 67.41%
G = 14.81%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B62830 (or 0xB62830) is known color: Cardinal. HEX triplet: B6, 28 and 30. RGB value is (182,40,48). Sum of RGB (Red+Green+Blue) = 182+40+48=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B62830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62830 is #49D7CF. Grayscale: #535353. Windows color (decimal): -4839376 or 3156150. OLE color: 3156150.

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

Color convert

RGB 182 40 48 -
CMYK 0 0.78 0.74 0.29
HSL 356.62º 0.64% 0.44% -
HSV(B) 356.62º 0.78% 0.71% -
XYZ 20.58 11.68 3.97 -
YUV 83.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 182 40 48 0 0.78 0.74 0.29 356.62 0.64 0.44
Hex B6 28 30 0 4E 4A 1D 165 40 2C
Octal 266 50 60 0 116 112 35 545 100 54
Binary 10110110 101000 110000 0 1001110 1001010 11101 101100101 1000000 101100

Color Harmonies of #B62830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62830

Black with #B62830

Text Example


Text Example

White with #B62830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62830; }

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

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

background-color css

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

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

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

border-color css

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

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

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