Html Css Color HEX #B8272B Cardinal

📋 copy color: '#B8272B'

red 184 ◦ green 39 ◦ blue 43

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

Shades of Cardinal #B8272B

Tints of Cardinal #B8272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

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

R = 69.17%
G = 14.66%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8272B (or 0xB8272B) is known color: Cardinal. HEX triplet: B8, 27 and 2B. RGB value is (184,39,43). Sum of RGB (Red+Green+Blue) = 184+39+43=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8272B is #47D8D4. Grayscale: #525252. Windows color (decimal): -4708565 or 2828216. OLE color: 2828216.

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

Color convert

RGB 184 39 43 -
CMYK 0 0.79 0.77 0.28
HSL 358.34º 0.65% 0.44% -
HSV(B) 358.34º 0.79% 0.72% -
XYZ 20.93 11.82 3.46 -
YUV 82.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 184 39 43 0 0.79 0.77 0.28 358.34 0.65 0.44
Hex B8 27 2B 0 4F 4D 1C 166 41 2C
Octal 270 47 53 0 117 115 34 546 101 54
Binary 10111000 100111 101011 0 1001111 1001101 11100 101100110 1000001 101100

Color Harmonies of #B8272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8272B

Black with #B8272B

Text Example


Text Example

White with #B8272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8272B; }

 p { color: rgb(184,39,43); }

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

background-color css

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

 a { background-color: rgb(184,39,43); }

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

border-color css

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

 span { border-color: rgb(184,39,43); }

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