Html Css Color HEX #B70234 Cardinal

📋 copy color: '#B70234'

red 183 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #B70234

Tints of Cardinal #B70234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 77.22%
G = 0.84%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B70234 (or 0xB70234) is known color: Cardinal. HEX triplet: B7, 02 and 34. RGB value is (183,2,52). Sum of RGB (Red+Green+Blue) = 183+2+52=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B70234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70234 is #48FDCB. Grayscale: #3D3D3D. Windows color (decimal): -4783564 or 3408567. OLE color: 3408567.

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

Color convert

RGB 183 2 52 -
CMYK 0 0.99 0.72 0.28
HSL 343.43º 0.98% 0.36% -
HSV(B) 343.43º 0.99% 0.72% -
XYZ 20.17 10.36 4.19 -
YUV 61.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 183 2 52 0 0.99 0.72 0.28 343.43 0.98 0.36
Hex B7 2 34 0 63 48 1C 157 62 24
Octal 267 2 64 0 143 110 34 527 142 44
Binary 10110111 10 110100 0 1100011 1001000 11100 101010111 1100010 100100

Color Harmonies of #B70234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70234

Black with #B70234

Text Example


Text Example

White with #B70234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70234; }

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

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

background-color css

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

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

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

border-color css

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

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

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