Html Css Color HEX #B70830 Cardinal

📋 copy color: '#B70830'

red 183 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #B70830

Tints of Cardinal #B70830

RGB

 RED value IS 183 (71.88% from 255) = 76.57%

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 76.57%
G = 3.35%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B70830 (or 0xB70830) is known color: Cardinal. HEX triplet: B7, 08 and 30. RGB value is (183,8,48). Sum of RGB (Red+Green+Blue) = 183+8+48=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70830 is #48F7CF. Grayscale: #404040. Windows color (decimal): -4782032 or 3147959. OLE color: 3147959.

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

Color convert

RGB 183 8 48 -
CMYK 0 0.96 0.74 0.28
HSL 346.29º 0.92% 0.37% -
HSV(B) 346.29º 0.96% 0.72% -
XYZ 20.15 10.45 3.75 -
YUV 64.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 183 8 48 0 0.96 0.74 0.28 346.29 0.92 0.37
Hex B7 8 30 0 60 4A 1C 15A 5C 25
Octal 267 10 60 0 140 112 34 532 134 45
Binary 10110111 1000 110000 0 1100000 1001010 11100 101011010 1011100 100101

Color Harmonies of #B70830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70830

Black with #B70830

Text Example


Text Example

White with #B70830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70830; }

 p { color: rgb(183,8,48); }

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

background-color css

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

 a { background-color: rgb(183,8,48); }

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

border-color css

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

 span { border-color: rgb(183,8,48); }

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