Html Css Color HEX #B30942 Cardinal

📋 copy color: '#B30942'

red 179 ◦ green 9 ◦ blue 66

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

Shades of Cardinal #B30942

Tints of Cardinal #B30942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 70.47%
G = 3.54%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B30942 (or 0xB30942) is known color: Cardinal. HEX triplet: B3, 09 and 42. RGB value is (179,9,66). Sum of RGB (Red+Green+Blue) = 179+9+66=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B30942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30942 is #4CF6BD. Grayscale: #424242. Windows color (decimal): -5043902 or 4327859. OLE color: 4327859.

HSL color Cylindrical-coordinate representation of color #B30942: hue angle of 339.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30942 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 9 66 -
CMYK 0 0.95 0.63 0.30
HSL 339.88º 0.9% 0.37% -
HSV(B) 339.88º 0.95% 0.7% -
XYZ 19.67 10.17 6.08 -
YUV 66.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 179 9 66 0 0.95 0.63 0.30 339.88 0.9 0.37
Hex B3 9 42 0 5F 3F 1E 154 5A 25
Octal 263 11 102 0 137 77 36 524 132 45
Binary 10110011 1001 1000010 0 1011111 111111 11110 101010100 1011010 100101

Color Harmonies of #B30942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30942

Black with #B30942

Text Example


Text Example

White with #B30942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30942; }

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

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

background-color css

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

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

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

border-color css

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

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

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