Html Css Color HEX #B8052E Cardinal

📋 copy color: '#B8052E'

red 184 ◦ green 5 ◦ blue 46

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

Shades of Cardinal #B8052E

Tints of Cardinal #B8052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 78.3%
G = 2.13%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8052E (or 0xB8052E) is known color: Cardinal. HEX triplet: B8, 05 and 2E. RGB value is (184,5,46). Sum of RGB (Red+Green+Blue) = 184+5+46=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8052E is #47FAD1. Grayscale: #3F3F3F. Windows color (decimal): -4717266 or 3016120. OLE color: 3016120.

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

Color convert

RGB 184 5 46 -
CMYK 0 0.97 0.75 0.28
HSL 346.26º 0.95% 0.37% -
HSV(B) 346.26º 0.97% 0.72% -
XYZ 20.31 10.5 3.54 -
YUV 63.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 184 5 46 0 0.97 0.75 0.28 346.26 0.95 0.37
Hex B8 5 2E 0 61 4B 1C 15A 5F 25
Octal 270 5 56 0 141 113 34 532 137 45
Binary 10111000 101 101110 0 1100001 1001011 11100 101011010 1011111 100101

Color Harmonies of #B8052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8052E

Black with #B8052E

Text Example


Text Example

White with #B8052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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