Html Css Color HEX #B0282E Cardinal

📋 copy color: '#B0282E'

red 176 ◦ green 40 ◦ blue 46

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

Shades of Cardinal #B0282E

Tints of Cardinal #B0282E

RGB

 RED value IS 176 (69.14% from 255) = 67.18%

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

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

R = 67.18%
G = 15.27%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0282E (or 0xB0282E) is known color: Cardinal. HEX triplet: B0, 28 and 2E. RGB value is (176,40,46). Sum of RGB (Red+Green+Blue) = 176+40+46=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B0282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0282E is #4FD7D1. Grayscale: #515151. Windows color (decimal): -5232594 or 3025072. OLE color: 3025072.

HSL color Cylindrical-coordinate representation of color #B0282E: hue angle of 357.35º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0282E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 46 -
CMYK 0 0.77 0.74 0.31
HSL 357.35º 0.63% 0.42% -
HSV(B) 357.35º 0.77% 0.69% -
XYZ 19.16 10.94 3.69 -
YUV 81.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 176 40 46 0 0.77 0.74 0.31 357.35 0.63 0.42
Hex B0 28 2E 0 4D 4A 1F 165 3F 2A
Octal 260 50 56 0 115 112 37 545 77 52
Binary 10110000 101000 101110 0 1001101 1001010 11111 101100101 111111 101010

Color Harmonies of #B0282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0282E

Black with #B0282E

Text Example


Text Example

White with #B0282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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