Html Css Color HEX #B6242B Cardinal

📋 copy color: '#B6242B'

red 182 ◦ green 36 ◦ blue 43

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

Shades of Cardinal #B6242B

Tints of Cardinal #B6242B

RGB

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

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

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

R = 69.73%
G = 13.79%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6242B (or 0xB6242B) is known color: Cardinal. HEX triplet: B6, 24 and 2B. RGB value is (182,36,43). Sum of RGB (Red+Green+Blue) = 182+36+43=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6242B is #49DBD4. Grayscale: #505050. Windows color (decimal): -4840405 or 2827446. OLE color: 2827446.

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

Color convert

RGB 182 36 43 -
CMYK 0 0.80 0.76 0.29
HSL 357.12º 0.67% 0.43% -
HSV(B) 357.12º 0.8% 0.71% -
XYZ 20.36 11.38 3.41 -
YUV 80.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 182 36 43 0 0.80 0.76 0.29 357.12 0.67 0.43
Hex B6 24 2B 0 50 4C 1D 165 43 2B
Octal 266 44 53 0 120 114 35 545 103 53
Binary 10110110 100100 101011 0 1010000 1001100 11101 101100101 1000011 101011

Color Harmonies of #B6242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6242B

Black with #B6242B

Text Example


Text Example

White with #B6242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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