Html Css Color HEX #B6242E Cardinal

📋 copy color: '#B6242E'

red 182 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B6242E

Tints of Cardinal #B6242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 68.94%
G = 13.64%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6242E (or 0xB6242E) is known color: Cardinal. HEX triplet: B6, 24 and 2E. RGB value is (182,36,46). Sum of RGB (Red+Green+Blue) = 182+36+46=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6242E is #49DBD1. Grayscale: #505050. Windows color (decimal): -4840402 or 3024054. OLE color: 3024054.

HSL color Cylindrical-coordinate representation of color #B6242E: hue angle of 355.89º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6242E is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 46 -
CMYK 0 0.80 0.75 0.29
HSL 355.89º 0.67% 0.43% -
HSV(B) 355.89º 0.8% 0.71% -
XYZ 20.42 11.4 3.71 -
YUV 80.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 182 36 46 0 0.80 0.75 0.29 355.89 0.67 0.43
Hex B6 24 2E 0 50 4B 1D 164 43 2B
Octal 266 44 56 0 120 113 35 544 103 53
Binary 10110110 100100 101110 0 1010000 1001011 11101 101100100 1000011 101011

Color Harmonies of #B6242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6242E

Black with #B6242E

Text Example


Text Example

White with #B6242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6242E; }

 p { color: rgb(182,36,46); }

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

background-color css

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

 a { background-color: rgb(182,36,46); }

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

border-color css

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

 span { border-color: rgb(182,36,46); }

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