Html Css Color HEX #B6152A Cardinal

📋 copy color: '#B6152A'

red 182 ◦ green 21 ◦ blue 42

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

Shades of Cardinal #B6152A

Tints of Cardinal #B6152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 74.29%
G = 8.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6152A (or 0xB6152A) is known color: Cardinal. HEX triplet: B6, 15 and 2A. RGB value is (182,21,42). Sum of RGB (Red+Green+Blue) = 182+21+42=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6152A is #49EAD5. Grayscale: #474747. Windows color (decimal): -4844246 or 2758070. OLE color: 2758070.

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

Color convert

RGB 182 21 42 -
CMYK 0 0.88 0.77 0.29
HSL 352.17º 0.79% 0.4% -
HSV(B) 352.17º 0.88% 0.71% -
XYZ 19.98 10.65 3.19 -
YUV 71.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 182 21 42 0 0.88 0.77 0.29 352.17 0.79 0.4
Hex B6 15 2A 0 58 4D 1D 160 4F 28
Octal 266 25 52 0 130 115 35 540 117 50
Binary 10110110 10101 101010 0 1011000 1001101 11101 101100000 1001111 101000

Color Harmonies of #B6152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6152A

Black with #B6152A

Text Example


Text Example

White with #B6152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6152A; }

 p { color: rgb(182,21,42); }

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

background-color css

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

 a { background-color: rgb(182,21,42); }

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

border-color css

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

 span { border-color: rgb(182,21,42); }

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