Html Css Color HEX #B8282E Cardinal

📋 copy color: '#B8282E'

red 184 ◦ green 40 ◦ blue 46

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

Shades of Cardinal #B8282E

Tints of Cardinal #B8282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

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

R = 68.15%
G = 14.81%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8282E (or 0xB8282E) is known color: Cardinal. HEX triplet: B8, 28 and 2E. RGB value is (184,40,46). Sum of RGB (Red+Green+Blue) = 184+40+46=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8282E is #47D7D1. Grayscale: #535353. Windows color (decimal): -4708306 or 3025080. OLE color: 3025080.

HSL color Cylindrical-coordinate representation of color #B8282E: hue angle of 357.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8282E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 46 -
CMYK 0 0.78 0.75 0.28
HSL 357.5º 0.64% 0.44% -
HSV(B) 357.5º 0.78% 0.72% -
XYZ 21.02 11.91 3.77 -
YUV 83.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 184 40 46 0 0.78 0.75 0.28 357.5 0.64 0.44
Hex B8 28 2E 0 4E 4B 1C 166 40 2C
Octal 270 50 56 0 116 113 34 546 100 54
Binary 10111000 101000 101110 0 1001110 1001011 11100 101100110 1000000 101100

Color Harmonies of #B8282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8282E

Black with #B8282E

Text Example


Text Example

White with #B8282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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