Html Css Color HEX #B62230 Cardinal

📋 copy color: '#B62230'

red 182 ◦ green 34 ◦ blue 48

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

Shades of Cardinal #B62230

Tints of Cardinal #B62230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

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

R = 68.94%
G = 12.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B62230 (or 0xB62230) is known color: Cardinal. HEX triplet: B6, 22 and 30. RGB value is (182,34,48). Sum of RGB (Red+Green+Blue) = 182+34+48=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B62230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62230 is #49DDCF. Grayscale: #4F4F4F. Windows color (decimal): -4840912 or 3154614. OLE color: 3154614.

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

Color convert

RGB 182 34 48 -
CMYK 0 0.81 0.74 0.29
HSL 354.32º 0.69% 0.42% -
HSV(B) 354.32º 0.81% 0.71% -
XYZ 20.4 11.3 3.9 -
YUV 79.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 182 34 48 0 0.81 0.74 0.29 354.32 0.69 0.42
Hex B6 22 30 0 51 4A 1D 162 45 2A
Octal 266 42 60 0 121 112 35 542 105 52
Binary 10110110 100010 110000 0 1010001 1001010 11101 101100010 1000101 101010

Color Harmonies of #B62230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62230

Black with #B62230

Text Example


Text Example

White with #B62230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62230; }

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

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

background-color css

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

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

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

border-color css

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

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

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