Html Css Color HEX #B30737 Cardinal

📋 copy color: '#B30737'

red 179 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #B30737

Tints of Cardinal #B30737

RGB

 RED value IS 179 (70.31% from 255) = 74.27%

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 74.27%
G = 2.9%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30737 (or 0xB30737) is known color: Cardinal. HEX triplet: B3, 07 and 37. RGB value is (179,7,55). Sum of RGB (Red+Green+Blue) = 179+7+55=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B30737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30737 is #4CF8C8. Grayscale: #3F3F3F. Windows color (decimal): -5044425 or 3606451. OLE color: 3606451.

HSL color Cylindrical-coordinate representation of color #B30737: hue angle of 343.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30737 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 55 -
CMYK 0 0.96 0.69 0.30
HSL 343.26º 0.92% 0.36% -
HSV(B) 343.26º 0.96% 0.7% -
XYZ 19.36 10.01 4.53 -
YUV 63.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 179 7 55 0 0.96 0.69 0.30 343.26 0.92 0.36
Hex B3 7 37 0 60 45 1E 157 5C 24
Octal 263 7 67 0 140 105 36 527 134 44
Binary 10110011 111 110111 0 1100000 1000101 11110 101010111 1011100 100100

Color Harmonies of #B30737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30737

Black with #B30737

Text Example


Text Example

White with #B30737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30737; }

 p { color: rgb(179,7,55); }

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

background-color css

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

 a { background-color: rgb(179,7,55); }

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

border-color css

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

 span { border-color: rgb(179,7,55); }

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