Html Css Color HEX #B30239 Cardinal

📋 copy color: '#B30239'

red 179 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #B30239

Tints of Cardinal #B30239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.95%

R = 75.21%
G = 0.84%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B30239 (or 0xB30239) is known color: Cardinal. HEX triplet: B3, 02 and 39. RGB value is (179,2,57). Sum of RGB (Red+Green+Blue) = 179+2+57=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B30239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30239 is #4CFDC6. Grayscale: #3D3D3D. Windows color (decimal): -5045703 or 3736243. OLE color: 3736243.

HSL color Cylindrical-coordinate representation of color #B30239: hue angle of 341.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30239 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 57 -
CMYK 0 0.99 0.68 0.30
HSL 341.36º 0.98% 0.35% -
HSV(B) 341.36º 0.99% 0.7% -
XYZ 19.35 9.92 4.77 -
YUV 61.19 125.64 212.03 -
System Red Green Blue C M Y K H S L
Decimal 179 2 57 0 0.99 0.68 0.30 341.36 0.98 0.35
Hex B3 2 39 0 63 44 1E 155 62 23
Octal 263 2 71 0 143 104 36 525 142 43
Binary 10110011 10 111001 0 1100011 1000100 11110 101010101 1100010 100011

Color Harmonies of #B30239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30239

Black with #B30239

Text Example


Text Example

White with #B30239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30239; }

 p { color: rgb(179,2,57); }

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

background-color css

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

 a { background-color: rgb(179,2,57); }

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

border-color css

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

 span { border-color: rgb(179,2,57); }

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