Html Css Color HEX #B30233 Cardinal

📋 copy color: '#B30233'

red 179 ◦ green 2 ◦ blue 51

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

Shades of Cardinal #B30233

Tints of Cardinal #B30233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.98%

R = 77.16%
G = 0.86%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B30233 (or 0xB30233) is known color: Cardinal. HEX triplet: B3, 02 and 33. RGB value is (179,2,51). Sum of RGB (Red+Green+Blue) = 179+2+51=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B30233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30233 is #4CFDCC. Grayscale: #3C3C3C. Windows color (decimal): -5045709 or 3343027. OLE color: 3343027.

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

Color convert

RGB 179 2 51 -
CMYK 0 0.99 0.72 0.30
HSL 343.39º 0.98% 0.35% -
HSV(B) 343.39º 0.99% 0.7% -
XYZ 19.21 9.87 4.02 -
YUV 60.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 179 2 51 0 0.99 0.72 0.30 343.39 0.98 0.35
Hex B3 2 33 0 63 48 1E 157 62 23
Octal 263 2 63 0 143 110 36 527 142 43
Binary 10110011 10 110011 0 1100011 1001000 11110 101010111 1100010 100011

Color Harmonies of #B30233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30233

Black with #B30233

Text Example


Text Example

White with #B30233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30233; }

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

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

background-color css

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

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

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

border-color css

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

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

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