Html Css Color HEX #B8242E Cardinal

📋 copy color: '#B8242E'

red 184 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #B8242E

Tints of Cardinal #B8242E

RGB

 RED value IS 184 (72.27% from 255) = 69.17%

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

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

R = 69.17%
G = 13.53%
B = 17.29%

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

#B8242E (or 0xB8242E) is known color: Cardinal. HEX triplet: B8, 24 and 2E. RGB value is (184,36,46). Sum of RGB (Red+Green+Blue) = 184+36+46=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8242E is #47DBD1. Grayscale: #515151. Windows color (decimal): -4709330 or 3024056. OLE color: 3024056.

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

Color convert

RGB 184 36 46 -
CMYK 0 0.80 0.75 0.28
HSL 355.95º 0.67% 0.43% -
HSV(B) 355.95º 0.8% 0.72% -
XYZ 20.89 11.65 3.73 -
YUV 81.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 184 36 46 0 0.80 0.75 0.28 355.95 0.67 0.43
Hex B8 24 2E 0 50 4B 1C 164 43 2B
Octal 270 44 56 0 120 113 34 544 103 53
Binary 10111000 100100 101110 0 1010000 1001011 11100 101100100 1000011 101011

Color Harmonies of #B8242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8242E

Black with #B8242E

Text Example


Text Example

White with #B8242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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