Html Css Color HEX #B01230 Cardinal

📋 copy color: '#B01230'

red 176 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #B01230

Tints of Cardinal #B01230

RGB

 RED value IS 176 (69.14% from 255) = 72.73%

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 72.73%
G = 7.44%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B01230 (or 0xB01230) is known color: Cardinal. HEX triplet: B0, 12 and 30. RGB value is (176,18,48). Sum of RGB (Red+Green+Blue) = 176+18+48=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B01230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01230 is #4FEDCF. Grayscale: #444444. Windows color (decimal): -5238224 or 3150512. OLE color: 3150512.

HSL color Cylindrical-coordinate representation of color #B01230: hue angle of 348.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01230 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 48 -
CMYK 0 0.90 0.73 0.31
HSL 348.61º 0.81% 0.38% -
HSV(B) 348.61º 0.9% 0.69% -
XYZ 18.65 9.88 3.72 -
YUV 68.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 176 18 48 0 0.90 0.73 0.31 348.61 0.81 0.38
Hex B0 12 30 0 5A 49 1F 15D 51 26
Octal 260 22 60 0 132 111 37 535 121 46
Binary 10110000 10010 110000 0 1011010 1001001 11111 101011101 1010001 100110

Color Harmonies of #B01230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01230

Black with #B01230

Text Example


Text Example

White with #B01230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01230; }

 p { color: rgb(176,18,48); }

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

background-color css

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

 a { background-color: rgb(176,18,48); }

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

border-color css

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

 span { border-color: rgb(176,18,48); }

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