Html Css Color HEX #B7242E Cardinal

📋 copy color: '#B7242E'

red 183 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B7242E

Tints of Cardinal #B7242E

RGB

 RED value IS 183 (71.88% from 255) = 69.06%

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

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

R = 69.06%
G = 13.58%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7242E (or 0xB7242E) is known color: Cardinal. HEX triplet: B7, 24 and 2E. RGB value is (183,36,46). Sum of RGB (Red+Green+Blue) = 183+36+46=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7242E is #48DBD1. Grayscale: #515151. Windows color (decimal): -4774866 or 3024055. OLE color: 3024055.

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

Color convert

RGB 183 36 46 -
CMYK 0 0.80 0.75 0.28
HSL 355.92º 0.67% 0.43% -
HSV(B) 355.92º 0.8% 0.72% -
XYZ 20.65 11.53 3.72 -
YUV 81.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 183 36 46 0 0.80 0.75 0.28 355.92 0.67 0.43
Hex B7 24 2E 0 50 4B 1C 164 43 2B
Octal 267 44 56 0 120 113 34 544 103 53
Binary 10110111 100100 101110 0 1010000 1001011 11100 101100100 1000011 101011

Color Harmonies of #B7242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7242E

Black with #B7242E

Text Example


Text Example

White with #B7242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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