Html Css Color HEX #B70334 Cardinal

📋 copy color: '#B70334'

red 183 ◦ green 3 ◦ blue 52

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

Shades of Cardinal #B70334

Tints of Cardinal #B70334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 76.89%
G = 1.26%
B = 21.85%

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

#B70334 (or 0xB70334) is known color: Cardinal. HEX triplet: B7, 03 and 34. RGB value is (183,3,52). Sum of RGB (Red+Green+Blue) = 183+3+52=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B70334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70334 is #48FCCB. Grayscale: #3E3E3E. Windows color (decimal): -4783308 or 3408823. OLE color: 3408823.

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

Color convert

RGB 183 3 52 -
CMYK 0 0.98 0.72 0.28
HSL 343.67º 0.97% 0.36% -
HSV(B) 343.67º 0.98% 0.72% -
XYZ 20.18 10.38 4.19 -
YUV 62.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 183 3 52 0 0.98 0.72 0.28 343.67 0.97 0.36
Hex B7 3 34 0 62 48 1C 158 61 24
Octal 267 3 64 0 142 110 34 530 141 44
Binary 10110111 11 110100 0 1100010 1001000 11100 101011000 1100001 100100

Color Harmonies of #B70334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70334

Black with #B70334

Text Example


Text Example

White with #B70334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70334; }

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

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

background-color css

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

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

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

border-color css

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

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

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