Html Css Color HEX #B6182B Cardinal

📋 copy color: '#B6182B'

red 182 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #B6182B

Tints of Cardinal #B6182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 73.09%
G = 9.64%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6182B (or 0xB6182B) is known color: Cardinal. HEX triplet: B6, 18 and 2B. RGB value is (182,24,43). Sum of RGB (Red+Green+Blue) = 182+24+43=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B6182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6182B is #49E7D4. Grayscale: #494949. Windows color (decimal): -4843477 or 2824374. OLE color: 2824374.

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

Color convert

RGB 182 24 43 -
CMYK 0 0.87 0.76 0.29
HSL 352.78º 0.77% 0.4% -
HSV(B) 352.78º 0.87% 0.71% -
XYZ 20.05 10.77 3.31 -
YUV 73.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 182 24 43 0 0.87 0.76 0.29 352.78 0.77 0.4
Hex B6 18 2B 0 57 4C 1D 161 4D 28
Octal 266 30 53 0 127 114 35 541 115 50
Binary 10110110 11000 101011 0 1010111 1001100 11101 101100001 1001101 101000

Color Harmonies of #B6182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6182B

Black with #B6182B

Text Example


Text Example

White with #B6182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6182B; }

 p { color: rgb(182,24,43); }

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

background-color css

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

 a { background-color: rgb(182,24,43); }

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

border-color css

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

 span { border-color: rgb(182,24,43); }

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