Html Css Color HEX #B02830 Cardinal

📋 copy color: '#B02830'

red 176 ◦ green 40 ◦ blue 48

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

Shades of Cardinal #B02830

Tints of Cardinal #B02830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 66.67%
G = 15.15%
B = 18.18%

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

#B02830 (or 0xB02830) is known color: Cardinal. HEX triplet: B0, 28 and 30. RGB value is (176,40,48). Sum of RGB (Red+Green+Blue) = 176+40+48=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B02830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02830 is #4FD7CF. Grayscale: #515151. Windows color (decimal): -5232592 or 3156144. OLE color: 3156144.

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

Color convert

RGB 176 40 48 -
CMYK 0 0.77 0.73 0.31
HSL 356.47º 0.63% 0.42% -
HSV(B) 356.47º 0.77% 0.69% -
XYZ 19.2 10.96 3.9 -
YUV 81.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 176 40 48 0 0.77 0.73 0.31 356.47 0.63 0.42
Hex B0 28 30 0 4D 49 1F 164 3F 2A
Octal 260 50 60 0 115 111 37 544 77 52
Binary 10110000 101000 110000 0 1001101 1001001 11111 101100100 111111 101010

Color Harmonies of #B02830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02830

Black with #B02830

Text Example


Text Example

White with #B02830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02830; }

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

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

background-color css

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

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

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

border-color css

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

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

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