Html Css Color HEX #B30742 Cardinal

📋 copy color: '#B30742'

red 179 ◦ green 7 ◦ blue 66

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

Shades of Cardinal #B30742

Tints of Cardinal #B30742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 71.03%
G = 2.78%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B30742 (or 0xB30742) is known color: Cardinal. HEX triplet: B3, 07 and 42. RGB value is (179,7,66). Sum of RGB (Red+Green+Blue) = 179+7+66=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30742 is #4CF8BD. Grayscale: #414141. Windows color (decimal): -5044414 or 4327347. OLE color: 4327347.

HSL color Cylindrical-coordinate representation of color #B30742: hue angle of 339.42º 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 #B30742 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 7 66 -
CMYK 0 0.96 0.63 0.30
HSL 339.42º 0.92% 0.36% -
HSV(B) 339.42º 0.96% 0.7% -
XYZ 19.65 10.13 6.07 -
YUV 65.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 179 7 66 0 0.96 0.63 0.30 339.42 0.92 0.36
Hex B3 7 42 0 60 3F 1E 153 5C 24
Octal 263 7 102 0 140 77 36 523 134 44
Binary 10110011 111 1000010 0 1100000 111111 11110 101010011 1011100 100100

Color Harmonies of #B30742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30742

Black with #B30742

Text Example


Text Example

White with #B30742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30742; }

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

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

background-color css

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

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

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

border-color css

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

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

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