Html Css Color HEX #BB1E30 Cardinal

📋 copy color: '#BB1E30'

red 187 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #BB1E30

Tints of Cardinal #BB1E30

RGB

 RED value IS 187 (73.44% from 255) = 70.57%

 GREEN value IS 30 (12.11% from 255) = 11.32%

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

R = 70.57%
G = 11.32%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB1E30 (or 0xBB1E30) is known color: Cardinal. HEX triplet: BB, 1E and 30. RGB value is (187,30,48). Sum of RGB (Red+Green+Blue) = 187+30+48=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E30 is #44E1CF. Grayscale: #4F4F4F. Windows color (decimal): -4514256 or 3153595. OLE color: 3153595.

HSL color Cylindrical-coordinate representation of color #BB1E30: hue angle of 353.12º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E30 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 48 -
CMYK 0 0.84 0.74 0.27
HSL 353.12º 0.72% 0.43% -
HSV(B) 353.12º 0.84% 0.73% -
XYZ 21.49 11.71 3.92 -
YUV 79 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 187 30 48 0 0.84 0.74 0.27 353.12 0.72 0.43
Hex BB 1E 30 0 54 4A 1B 161 48 2B
Octal 273 36 60 0 124 112 33 541 110 53
Binary 10111011 11110 110000 0 1010100 1001010 11011 101100001 1001000 101011

Color Harmonies of #BB1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E30

Black with #BB1E30

Text Example


Text Example

White with #BB1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E30; }

 p { color: rgb(187,30,48); }

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

background-color css

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

 a { background-color: rgb(187,30,48); }

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

border-color css

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

 span { border-color: rgb(187,30,48); }

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