Html Css Color HEX #B70434 Cardinal

📋 copy color: '#B70434'

red 183 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B70434

Tints of Cardinal #B70434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 76.57%
G = 1.67%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70434 (or 0xB70434) is known color: Cardinal. HEX triplet: B7, 04 and 34. RGB value is (183,4,52). Sum of RGB (Red+Green+Blue) = 183+4+52=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70434 is #48FBCB. Grayscale: #3E3E3E. Windows color (decimal): -4783052 or 3409079. OLE color: 3409079.

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

Color convert

RGB 183 4 52 -
CMYK 0 0.98 0.72 0.28
HSL 343.91º 0.96% 0.37% -
HSV(B) 343.91º 0.98% 0.72% -
XYZ 20.19 10.4 4.19 -
YUV 62.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 183 4 52 0 0.98 0.72 0.28 343.91 0.96 0.37
Hex B7 4 34 0 62 48 1C 158 60 25
Octal 267 4 64 0 142 110 34 530 140 45
Binary 10110111 100 110100 0 1100010 1001000 11100 101011000 1100000 100101

Color Harmonies of #B70434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70434

Black with #B70434

Text Example


Text Example

White with #B70434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70434; }

 p { color: rgb(183,4,52); }

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

background-color css

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

 a { background-color: rgb(183,4,52); }

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

border-color css

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

 span { border-color: rgb(183,4,52); }

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