Html Css Color HEX #B0282F Cardinal

📋 copy color: '#B0282F'

red 176 ◦ green 40 ◦ blue 47

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

Shades of Cardinal #B0282F

Tints of Cardinal #B0282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 66.92%
G = 15.21%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0282F (or 0xB0282F) is known color: Cardinal. HEX triplet: B0, 28 and 2F. RGB value is (176,40,47). Sum of RGB (Red+Green+Blue) = 176+40+47=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B0282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0282F is #4FD7D0. Grayscale: #515151. Windows color (decimal): -5232593 or 3090608. OLE color: 3090608.

HSL color Cylindrical-coordinate representation of color #B0282F: hue angle of 356.91º 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 #B0282F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 47 -
CMYK 0 0.77 0.73 0.31
HSL 356.91º 0.63% 0.42% -
HSV(B) 356.91º 0.77% 0.69% -
XYZ 19.18 10.95 3.79 -
YUV 81.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 176 40 47 0 0.77 0.73 0.31 356.91 0.63 0.42
Hex B0 28 2F 0 4D 49 1F 165 3F 2A
Octal 260 50 57 0 115 111 37 545 77 52
Binary 10110000 101000 101111 0 1001101 1001001 11111 101100101 111111 101010

Color Harmonies of #B0282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0282F

Black with #B0282F

Text Example


Text Example

White with #B0282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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